home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Mac OS 8.5 Updaters / RealPC⁄Soft Windows / SoftWindows / SoftWindows Upgrade Disk / MAC.BAT < prev    next >
Encoding:
DOS Batch File  |  1998-08-24  |  1.1 KB  |  46 lines

  1. rem [
  2. rem    Name:        u.mac.bat
  3. rem
  4. rem    Derived from:    (original)
  5. rem
  6. rem    Author:        David Lillie
  7. rem
  8. rem    Created on:    Oct 1996
  9. rem
  10. rem    Sccs ID:    @(#)u.mac.bat    1.9 06/30/97
  11. rem
  12. rem    Coding Stds:    
  13. rem
  14. rem    Purpose:    Batch file for updating Mac-specific parts of
  15. rem            SoftWindows and SoftPC Turbo.
  16. rem
  17. rem    Parameters:    1    Windows version; must be "win31" or "win95".
  18. rem                (win31 includes WfW 3.11).
  19. rem            2    Windows system directory.
  20. rem            3     two-letter language ID
  21. rem            4    Host System name
  22. rem            5    Host System release
  23. rem            6    Host System version
  24. rem            7    Host System hardware type
  25. rem
  26. rem    Copyright 1997 Insignia Solutions PLC. All rights reserved.
  27. rem ]
  28.  
  29.  
  30. goto %1
  31. rem should never get here!
  32. goto end
  33.  
  34. :win31
  35. win31lic /v /s%2 c:\insignia\mac311.ugd    >>c:\insignia\up.log
  36. goto end
  37.  
  38. :win95
  39. REM  What I really want to do is to modify win95lic to take multiple .ugd files.
  40. REM  We could generate runonce.reg to invoke w95once.bat with a host parameter.
  41. REM  For the time being we append to the hard-coded file name.
  42. type c:\insignia\mac95.ugd    >> c:\insignia\win95.ugd
  43. goto end
  44.  
  45. :end
  46.